home *** CD-ROM | disk | FTP | other *** search
/ Hot Metal Pro 4.0 / Hot Metal Pro 4.0.iso / HMPRO4 / top.z / SQCBldr.dll / RCDATA / TLINKDLOG / TLINKDLOG.txt
Encoding:
Text File  |  1997-10-24  |  3.0 KB  |  149 lines

  1. object LinkDlog: TLinkDlog
  2.   Left = 226
  3.   Top = 161
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Insert Link'
  7.   ClientHeight = 224
  8.   ClientWidth = 414
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OnKeyDown = FormKeyDown
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 10
  19.     Top = 10
  20.     Width = 56
  21.     Height = 13
  22.     Caption = '&File or URL:'
  23.   end
  24.   object Label3: TLabel
  25.     Left = 10
  26.     Top = 157
  27.     Width = 115
  28.     Height = 13
  29.     Caption = '&Target frame (optional) : '
  30.   end
  31.   object Bevel1: TBevel
  32.     Left = 12
  33.     Top = 140
  34.     Width = 300
  35.     Height = 2
  36.   end
  37.   object DescriptionRefLbl: TLabel
  38.     Left = 218
  39.     Top = 376
  40.     Width = 247
  41.     Height = 73
  42.     Caption = 
  43.       'If you want to link to a specific position in the document, such' +
  44.       ' as a particular sentence or image, enter a reference name above' +
  45.       '. The document must be open to view it'#39's reference markers.'
  46.     WordWrap = True
  47.   end
  48.   object Label5: TLabel
  49.     Left = 15
  50.     Top = 89
  51.     Width = 295
  52.     Height = 39
  53.     Caption = 
  54.       'Enter or choose the path to the file you want to link to. This i' +
  55.       's either an Internet address (URL), or a file on your local netw' +
  56.       'ork or hard drive.'
  57.     WordWrap = True
  58.   end
  59.   object DescriptionFrameLbl: TLabel
  60.     Left = 15
  61.     Top = 186
  62.     Width = 296
  63.     Height = 31
  64.     Caption = 
  65.       'Enter the name of the frame which will display this page. The fr' +
  66.       'ame must be named in the associated Frameset file.'
  67.     WordWrap = True
  68.   end
  69.   object URLCombo: TComboBox
  70.     Left = 15
  71.     Top = 27
  72.     Width = 295
  73.     Height = 21
  74.     ItemHeight = 13
  75.     Items.Strings = (
  76.       'http://'
  77.       'ftp://'
  78.       'mailto:'
  79.       'news:'
  80.       'telnet://'
  81.       'gopher://')
  82.     TabOrder = 0
  83.     OnChange = URLComboChange
  84.   end
  85.   object Button1: TButton
  86.     Left = 109
  87.     Top = 58
  88.     Width = 84
  89.     Height = 25
  90.     Caption = '&Choose File...'
  91.     TabOrder = 2
  92.     OnClick = Button1Click
  93.   end
  94.   object Button3: TButton
  95.     Left = 320
  96.     Top = 27
  97.     Width = 84
  98.     Height = 25
  99.     Caption = 'OK'
  100.     Default = True
  101.     TabOrder = 4
  102.     OnClick = Button3Click
  103.   end
  104.   object Button4: TButton
  105.     Left = 321
  106.     Top = 59
  107.     Width = 84
  108.     Height = 25
  109.     Cancel = True
  110.     Caption = 'Cancel'
  111.     TabOrder = 5
  112.     OnClick = Button4Click
  113.   end
  114.   object HelpBtn: TButton
  115.     Left = 321
  116.     Top = 133
  117.     Width = 84
  118.     Height = 25
  119.     Caption = '&Help'
  120.     TabOrder = 7
  121.     OnClick = HelpBtnClick
  122.   end
  123.   object Button5: TButton
  124.     Left = 321
  125.     Top = 96
  126.     Width = 84
  127.     Height = 25
  128.     Caption = '&Add to Hotlist...'
  129.     TabOrder = 6
  130.     OnClick = Button5Click
  131.   end
  132.   object Button6: TButton
  133.     Left = 15
  134.     Top = 58
  135.     Width = 84
  136.     Height = 25
  137.     Caption = 'H&otlist...'
  138.     TabOrder = 1
  139.     OnClick = Button6Click
  140.   end
  141.   object Edit2: TEdit
  142.     Left = 132
  143.     Top = 157
  144.     Width = 179
  145.     Height = 21
  146.     TabOrder = 3
  147.   end
  148. end
  149.